[INFO] fetching crate nrf24l01-commands 2.0.0...
[INFO] testing nrf24l01-commands-2.0.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate nrf24l01-commands 2.0.0 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate nrf24l01-commands 2.0.0
[INFO] finished tweaking crates.io crate nrf24l01-commands 2.0.0
[INFO] tweaked toml for crates.io crate nrf24l01-commands 2.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nrf24l01-commands 2.0.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nrf24l01-commands 2.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitfield-struct v0.10.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dcd0af45b00a09233b179be0d83ee95444836b51e06f28271e95119149e638de
[INFO] running `Command { std: "docker" "start" "-a" "dcd0af45b00a09233b179be0d83ee95444836b51e06f28271e95119149e638de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcd0af45b00a09233b179be0d83ee95444836b51e06f28271e95119149e638de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcd0af45b00a09233b179be0d83ee95444836b51e06f28271e95119149e638de", kill_on_drop: false }`
[INFO] [stdout] dcd0af45b00a09233b179be0d83ee95444836b51e06f28271e95119149e638de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 962c471066c22fde02ffdba78fc517e762a232e9f14a724a4d8e91bd383da0f4
[INFO] running `Command { std: "docker" "start" "-a" "962c471066c22fde02ffdba78fc517e762a232e9f14a724a4d8e91bd383da0f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling bitfield-struct v0.10.1
[INFO] [stderr]    Compiling nrf24l01-commands v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]   --> src/commands.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[const_trait]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> src/fields.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]   --> src/registers.rs:36:3
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[const_trait]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]   --> src/registers.rs:48:3
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[const_trait]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:214:15
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl<R> const Command for RRegister<R> {
[INFO] [stdout]     |               ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:217:15
[INFO] [stdout]     |
[INFO] [stdout] 217 | impl<R> const Command for WRegister<R> {
[INFO] [stdout]     |               ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:220:28
[INFO] [stdout]     |
[INFO] [stdout] 220 | impl<const N: usize> const Command for RRxPayload<N> {
[INFO] [stdout]     |                            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:223:28
[INFO] [stdout]     |
[INFO] [stdout] 223 | impl<const N: usize> const Command for WTxPayload<N> {
[INFO] [stdout]     |                            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:226:12
[INFO] [stdout]     |
[INFO] [stdout] 226 | impl const Command for FlushTx {
[INFO] [stdout]     |            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:229:12
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl const Command for FlushRx {
[INFO] [stdout]     |            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:232:12
[INFO] [stdout]     |
[INFO] [stdout] 232 | impl const Command for ReuseTxPl {
[INFO] [stdout]     |            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:235:12
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl const Command for RRxPlWid {
[INFO] [stdout]     |            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 | impl<const N: usize> const Command for WAckPayload<N> {
[INFO] [stdout]     |                            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:241:28
[INFO] [stdout]     |
[INFO] [stdout] 241 | impl<const N: usize> const Command for WTxPayloadNoack<N> {
[INFO] [stdout]     |                            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Command` which is not `const`
[INFO] [stdout]    --> src/commands.rs:244:12
[INFO] [stdout]     |
[INFO] [stdout] 244 | impl const Command for Nop {
[INFO] [stdout]     |            ^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Command` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  24 | pub const trait Command {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/commands.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 | impl<R: const Register> RRegister<R> {
[INFO] [stdout]     |         ^^^^^ can't be applied to `Register`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/registers.rs:37:5
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `const` can only be applied to `const` traits
[INFO] [stdout]    --> src/commands.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 | impl<R: const Register> WRegister<R> {
[INFO] [stdout]     |         ^^^^^ can't be applied to `Register`
[INFO] [stdout]     |
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]    --> src/registers.rs:37:5
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `EnumField` which is not `const`
[INFO] [stdout]   --> src/fields.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl const EnumField for Crco {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `EnumField` as `const` to allow it to have `const` implementations
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub const trait EnumField {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `EnumField` which is not `const`
[INFO] [stdout]   --> src/fields.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl const EnumField for AddressWidth {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `EnumField` as `const` to allow it to have `const` implementations
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub const trait EnumField {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `EnumField` which is not `const`
[INFO] [stdout]   --> src/fields.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl const EnumField for AutoRetransmitDelay {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `EnumField` as `const` to allow it to have `const` implementations
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub const trait EnumField {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `EnumField` which is not `const`
[INFO] [stdout]   --> src/fields.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | impl const EnumField for RfDrHigh {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `EnumField` as `const` to allow it to have `const` implementations
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub const trait EnumField {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `EnumField` which is not `const`
[INFO] [stdout]    --> src/fields.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl const EnumField for RfPower {
[INFO] [stdout]     |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `EnumField` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `EnumField` which is not `const`
[INFO] [stdout]    --> src/fields.rs:145:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl const EnumField for RxPipeNo {
[INFO] [stdout]     |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `EnumField` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:182:12
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl const Register for Config {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:243:12
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl const Register for EnAa {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:305:12
[INFO] [stdout]     |
[INFO] [stdout] 305 | impl const Register for EnRxaddr {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:347:12
[INFO] [stdout]     |
[INFO] [stdout] 347 | impl const Register for SetupAw {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:413:12
[INFO] [stdout]     |
[INFO] [stdout] 413 | impl const Register for SetupRetr {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:452:12
[INFO] [stdout]     |
[INFO] [stdout] 452 | impl const Register for RfCh {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:555:12
[INFO] [stdout]     |
[INFO] [stdout] 555 | impl const Register for RfSetup {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:642:12
[INFO] [stdout]     |
[INFO] [stdout] 642 | impl const Register for Status {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:691:12
[INFO] [stdout]     |
[INFO] [stdout] 691 | impl const Register for ObserveTx {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:729:12
[INFO] [stdout]     |
[INFO] [stdout] 729 | impl const Register for Rpd {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:950:12
[INFO] [stdout]     |
[INFO] [stdout] 950 | impl const Register for RxAddrP2 {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]    --> src/registers.rs:987:12
[INFO] [stdout]     |
[INFO] [stdout] 987 | impl const Register for RxAddrP3 {
[INFO] [stdout]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1024:12
[INFO] [stdout]      |
[INFO] [stdout] 1024 | impl const Register for RxAddrP4 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1061:12
[INFO] [stdout]      |
[INFO] [stdout] 1061 | impl const Register for RxAddrP5 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1185:12
[INFO] [stdout]      |
[INFO] [stdout] 1185 | impl const Register for RxPwP0 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1224:12
[INFO] [stdout]      |
[INFO] [stdout] 1224 | impl const Register for RxPwP1 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1263:12
[INFO] [stdout]      |
[INFO] [stdout] 1263 | impl const Register for RxPwP2 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1302:12
[INFO] [stdout]      |
[INFO] [stdout] 1302 | impl const Register for RxPwP3 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1341:12
[INFO] [stdout]      |
[INFO] [stdout] 1341 | impl const Register for RxPwP4 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1380:12
[INFO] [stdout]      |
[INFO] [stdout] 1380 | impl const Register for RxPwP5 {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1462:12
[INFO] [stdout]      |
[INFO] [stdout] 1462 | impl const Register for FifoStatus {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1529:12
[INFO] [stdout]      |
[INFO] [stdout] 1529 | impl const Register for Dynpd {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Register` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1585:12
[INFO] [stdout]      |
[INFO] [stdout] 1585 | impl const Register for Feature {
[INFO] [stdout]      |            ^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `Register` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   37 | pub const trait Register: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddressRegister` which is not `const`
[INFO] [stdout]    --> src/registers.rs:797:28
[INFO] [stdout]     |
[INFO] [stdout] 797 | impl<const N: usize> const AddressRegister<N> for RxAddrP0<N> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `AddressRegister` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub const trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddressRegister` which is not `const`
[INFO] [stdout]    --> src/registers.rs:882:28
[INFO] [stdout]     |
[INFO] [stdout] 882 | impl<const N: usize> const AddressRegister<N> for RxAddrP1<N> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `AddressRegister` as `const` to allow it to have `const` implementations
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub const trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddressRegister` which is not `const`
[INFO] [stdout]     --> src/registers.rs:1115:28
[INFO] [stdout]      |
[INFO] [stdout] 1115 | impl<const N: usize> const AddressRegister<N> for TxAddr<N> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `AddressRegister` as `const` to allow it to have `const` implementations
[INFO] [stdout]      |
[INFO] [stdout]   49 | pub const trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]      |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<R as Register>::into_bits` in constant functions
[INFO] [stdout]    --> src/commands.rs:310:31
[INFO] [stdout]     |
[INFO] [stdout] 310 |         [Self::word(), self.0.into_bits()]
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bits` is not const because trait `Register` is not const
[INFO] [stdout]    --> src/registers.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub trait Register: Copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  41 |     fn into_bits(self) -> u8;
[INFO] [stdout]     |     ------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `Register` const
[INFO] [stdout]    --> src/registers.rs:37:5
[INFO] [stdout]     |
[INFO] [stdout]  37 | pub const trait Register: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<RxAddrP0<N> as AddressRegister<N>>::into_bytes` in constant functions
[INFO] [stdout]    --> src/commands.rs:336:47
[INFO] [stdout]     |
[INFO] [stdout] 336 |         concat_word_addr(Self::word(), self.0.into_bytes())
[INFO] [stdout]     |                                               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bytes` is not const because trait `AddressRegister` is not const
[INFO] [stdout]    --> src/registers.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  59 |     fn into_bytes(self) -> [u8; N];
[INFO] [stdout]     |     ------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `AddressRegister` const
[INFO] [stdout]    --> src/registers.rs:49:5
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub const trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<RxAddrP1<N> as AddressRegister<N>>::into_bytes` in constant functions
[INFO] [stdout]    --> src/commands.rs:348:47
[INFO] [stdout]     |
[INFO] [stdout] 348 |         concat_word_addr(Self::word(), self.0.into_bytes())
[INFO] [stdout]     |                                               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bytes` is not const because trait `AddressRegister` is not const
[INFO] [stdout]    --> src/registers.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  59 |     fn into_bytes(self) -> [u8; N];
[INFO] [stdout]     |     ------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `AddressRegister` const
[INFO] [stdout]    --> src/registers.rs:49:5
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub const trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<TxAddr<N> as AddressRegister<N>>::into_bytes` in constant functions
[INFO] [stdout]    --> src/commands.rs:360:47
[INFO] [stdout]     |
[INFO] [stdout] 360 |         concat_word_addr(Self::word(), self.0.into_bytes())
[INFO] [stdout]     |                                               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bytes` is not const because trait `AddressRegister` is not const
[INFO] [stdout]    --> src/registers.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]  59 |     fn into_bytes(self) -> [u8; N];
[INFO] [stdout]     |     ------------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `AddressRegister` const
[INFO] [stdout]    --> src/registers.rs:49:5
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub const trait AddressRegister<const N: usize>: Copy {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<Crco as EnumField>::from_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `from_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]   9 |     fn from_bits(bits: u8) -> Self;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<Crco as EnumField>::into_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   6 |     /// Convert the field to its bits representation.
[INFO] [stdout]   7 |     fn into_bits(self) -> u8;
[INFO] [stdout]     |     ------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<AddressWidth as EnumField>::from_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `from_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]   9 |     fn from_bits(bits: u8) -> Self;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<AddressWidth as EnumField>::into_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   6 |     /// Convert the field to its bits representation.
[INFO] [stdout]   7 |     fn into_bits(self) -> u8;
[INFO] [stdout]     |     ------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<AutoRetransmitDelay as EnumField>::from_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:392:1
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `from_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]   9 |     fn from_bits(bits: u8) -> Self;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<AutoRetransmitDelay as EnumField>::into_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:392:1
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   6 |     /// Convert the field to its bits representation.
[INFO] [stdout]   7 |     fn into_bits(self) -> u8;
[INFO] [stdout]     |     ------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<RfDrHigh as EnumField>::from_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:513:1
[INFO] [stdout]     |
[INFO] [stdout] 513 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `from_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]   9 |     fn from_bits(bits: u8) -> Self;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<RfDrHigh as EnumField>::into_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:513:1
[INFO] [stdout]     |
[INFO] [stdout] 513 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   6 |     /// Convert the field to its bits representation.
[INFO] [stdout]   7 |     fn into_bits(self) -> u8;
[INFO] [stdout]     |     ------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<RfPower as EnumField>::from_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:513:1
[INFO] [stdout]     |
[INFO] [stdout] 513 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `from_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]   9 |     fn from_bits(bits: u8) -> Self;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<RfPower as EnumField>::into_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:513:1
[INFO] [stdout]     |
[INFO] [stdout] 513 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: method `into_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout]   6 |     /// Convert the field to its bits representation.
[INFO] [stdout]   7 |     fn into_bits(self) -> u8;
[INFO] [stdout]     |     ------------------------- this method is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const associated function `<RxPipeNo as EnumField>::from_bits` in constant functions
[INFO] [stdout]    --> src/registers.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | #[bitfield(u8, order = Msb)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: associated function `from_bits` is not const because trait `EnumField` is not const
[INFO] [stdout]    --> src/fields.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub trait EnumField {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout]   9 |     fn from_bits(bits: u8) -> Self;
[INFO] [stdout]     |     ------------------------------- this associated function is not const
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider making trait `EnumField` const
[INFO] [stdout]    --> src/fields.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub const trait EnumField {
[INFO] [stdout]     |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nrf24l01-commands` (lib) due to 64 previous errors
[INFO] running `Command { std: "docker" "inspect" "962c471066c22fde02ffdba78fc517e762a232e9f14a724a4d8e91bd383da0f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "962c471066c22fde02ffdba78fc517e762a232e9f14a724a4d8e91bd383da0f4", kill_on_drop: false }`
[INFO] [stdout] 962c471066c22fde02ffdba78fc517e762a232e9f14a724a4d8e91bd383da0f4
